LassoScript Utility
Basics Browse Detail

[Email_Parse->Cc]

Tag Link [Email_Parse->Cc] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_Parse->Cc] returns the value for the Cc header.

Syntax

[Var: 'myMSG' = (Email_Parse: $myPOP->(Retrieve))]
[$myMSG->Cc]

Parameters

Optional Parameters
-Join Optional join value if multiple headers are found. Defaults to a comma and space. Set to Null to supress the automatic join and return an array instead.
-Extract Strips all comments from the returned header.
-Comment Returns only comments from the header.
-SafeEmail Returns the header with any contained email addresses obscured.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.